google.golang.org/grpc.channelzData.callsSucceeded (field)

7 uses

	google.golang.org/grpc (current package)
		clientconn.go#L756: 		CallsSucceeded:           atomic.LoadInt64(&cc.czData.callsSucceeded),
		clientconn.go#L778: 	atomic.AddInt64(&cc.czData.callsSucceeded, 1)
		clientconn.go#L1459: 		CallsSucceeded:           atomic.LoadInt64(&ac.czData.callsSucceeded),
		clientconn.go#L1471: 	atomic.AddInt64(&ac.czData.callsSucceeded, 1)
		rpc_util.go#L895: 	callsSucceeded int64
		server.go#L1087: 		CallsSucceeded:           atomic.LoadInt64(&s.czData.callsSucceeded),
		server.go#L1099: 	atomic.AddInt64(&s.czData.callsSucceeded, 1)